home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / BaseName.doc < prev    next >
Text File  |  1995-09-05  |  619b  |  57 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     BaseName
  6.  
  7.     SYNOPSIS
  8.     BaseName -  Cut the suffix part from a filename  - Requires v37
  9.  
  10.     INPUTS
  11.     "FILE/A"
  12.  
  13.     DESCRIPTION
  14.  
  15.     Pathpart gets a filename and extracts its
  16.     name w/o trailing suffix.
  17.  
  18.     The resulting string is sent to STDOUT.
  19.  
  20.      RESULT
  21.     a filename w/o suffix
  22.     
  23.  
  24.     
  25.         
  26.  
  27.     NOTES
  28.     * CLI - only
  29.  
  30.     * should compile with SAS-C
  31.     
  32.  
  33.     BUGS
  34.  
  35.  
  36.     EXAMPLES
  37.  
  38.     >basename a.b
  39.     a
  40.  
  41.     >basename a
  42.     a
  43.  
  44.     > suffix ram:t/jabba.bak
  45.     ram:t/jabba
  46.     
  47.  
  48.     HISTORY
  49.  
  50.     19-08-95 b_noll (1.0) created .data file
  51.     
  52.  
  53.     AUTHOR
  54.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  55.     noll@student.uni-kl.de
  56.  
  57.